FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.transfer-abrechnungsdaten.r4#1.1.2 (78 ms)

Package de.transfer-abrechnungsdaten.r4
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.transfer-abrechnungsdaten.r4@1.1.2&canonical=http://fhir.de/StructureDefinition/invoice-de-art-abrechnung
Url http://fhir.de/StructureDefinition/invoice-de-art-abrechnung
Version 1.0.0
Status draft
Date 2022-08-29T20:44:17.5216808+00:00
Name InvoiceDeArtAbrechnung
Title Abrechnung
Experimental False
Description Generisches Profil zur Abbildung aller Abrechnungsarten in der ambualnten Versorgung
Type Invoice
Kind resource

Resources that use this resource

StructureDefinition
http://fhir.de/StructureDefinition/Abrechnungsbundle Abrechnungsbundle

Resources that this resource uses

StructureDefinition
https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization KBV_PR_Base_Organization
https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient KBV_PR_Base_Patient
http://fhir.de/StructureDefinition/chargeItem-de-art-abrechnung Details zur Abrechnungsposition
https://example.org/fhir/StructureDefinition/PrintjobExtension PrintjobExtension


Narrative

Note: links and images are rebased to the (stated) source


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "invoice-de-art-abrechnung",
  "meta" : {
    "lastUpdated" : "2022-08-29T20:44:10.3265438+00:00"
  },
  "language" : "DE",
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" />"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString" : "Financial.Billing"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode" : "patient"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fm"
    }
  ],
  "url" : "http://fhir.de/StructureDefinition/invoice-de-art-abrechnung",
  "version" : "1.0.0",
  "name" : "InvoiceDeArtAbrechnung",
  "title" : "Abrechnung",
  "status" : "draft",
  "date" : "2022-08-29T20:44:17.5216808+00:00",
  "publisher" : "vital.services GmbH",
  "contact" : [
    {
      "name" : "Florian Meißner",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://vital-services.de",
          "use" : "work"
        },
        {
          "system" : "email",
          "value" : "info@vital-services.de",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Generisches Profil zur Abbildung aller Abrechnungsarten in der ambualnten Versorgung",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Invoice",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DomainResource",
  "derivation" : "specialization",
  "differential" : {
    "element" : [
      {
        "id" : "Invoice",
        "path" : "Invoice",
        "short" : "Invoice containing ChargeItems from an Account",
        "definition" : "Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose.",
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "FT1"
          },
          {
            "identity" : "rim",
            "map" : "Act[moodCode=EVN]"
          }
        ]
      },
      {
        "id" : "Invoice.extension",
        "path" : "Invoice.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "Invoice.extension:printjob",
        "path" : "Invoice.extension",
        "sliceName" : "printjob",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://example.org/fhir/StructureDefinition/PrintjobExtension"
            ]
          }
        ],
        "isModifier" : false
      },
      {
        "id" : "Invoice.identifier",
        "path" : "Invoice.identifier",
        "short" : "Business Identifier for item",
        "definition" : "Identifier of this Invoice, often used for reference in correspondence about this invoice or for tracking of payments.",
        "requirements" : "Allows Identification of this Invoice instance.",
        "type" : [
          {
            "code" : "Identifier"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "w5",
            "map" : "FiveWs.identifier"
          },
          {
            "identity" : "v2",
            "map" : "FT1.2"
          },
          {
            "identity" : "rim",
            "map" : ".identifier"
          }
        ]
      },
      {
        "id" : "Invoice.identifier.value",
        "path" : "Invoice.identifier.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Invoice.status",
        "path" : "Invoice.status",
        "short" : "draft | issued | balanced | cancelled | entered-in-error",
        "definition" : "The current state of the Invoice.",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "code"
          }
        ],
        "isModifier" : true,
        "isModifierReason" : "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid",
        "isSummary" : true,
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "InvoiceStatus"
            }
          ],
          "strength" : "required",
          "description" : "Codes identifying the lifecycle stage of an Invoice.",
          "valueSet" : "http://hl7.org/fhir/ValueSet/invoice-status|4.0.0"
        },
        "mapping" : [
          {
            "identity" : "w5",
            "map" : "FiveWs.status"
          },
          {
            "identity" : "v2",
            "map" : "Varies by domain"
          },
          {
            "identity" : "rim",
            "map" : ".status"
          }
        ]
      },
      {
        "id" : "Invoice.cancelledReason",
        "path" : "Invoice.cancelledReason",
        "short" : "Reason for cancellation of this Invoice",
        "definition" : "In case of Invoice cancellation a reason must be given (entered in error, superseded by corrected invoice etc.).",
        "comment" : "Derived Profiles may choose to add invariants requiring this field to be populated if either priceOverride or factorOverride have been filled.",
        "max" : "1",
        "type" : [
          {
            "code" : "string"
          }
        ],
        "isSummary" : false
      },
      {
        "id" : "Invoice.type",
        "path" : "Invoice.type",
        "short" : "Type of Invoice",
        "definition" : "Type of Invoice depending on domain, realm an usage (e.g. internal/external, dental, preliminary).",
        "alias" : [
          "type"
        ],
        "max" : "1",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "workflow",
            "map" : "Event.code"
          },
          {
            "identity" : "w5",
            "map" : "FiveWs.what[x]"
          },
          {
            "identity" : "v2",
            "map" : "FT1.7"
          },
          {
            "identity" : "rim",
            "map" : ".code"
          }
        ]
      },
      {
        "id" : "Invoice.subject",
        "path" : "Invoice.subject",
        "short" : "Recipient(s) of goods and services",
        "definition" : "The individual or set of individuals receiving the goods and services billed in this invoice.",
        "requirements" : "Links the event to the Patient context.",
        "alias" : [
          "Patient"
        ],
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "workflow",
            "map" : "Event.subject"
          },
          {
            "identity" : "w5",
            "map" : "FiveWs.subject[x]"
          },
          {
            "identity" : "v2",
            "map" : "PAT in proximity to FT1 segment"
          },
          {
            "identity" : "rim",
            "map" : ".participation[typeCode=SBJ].role"
          },
          {
            "identity" : "w5",
            "map" : "FiveWs.subject"
          }
        ]
      },
      {
        "id" : "Invoice.recipient",
        "path" : "Invoice.recipient",
        "short" : "Recipient of this invoice",
        "definition" : "The individual or Organization responsible for balancing of this invoice.",
        "alias" : [
          "Rechnungsempfänger"
        ],
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient",
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
            ]
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "workflow",
            "map" : "Event.context"
          },
          {
            "identity" : "v2",
            "map" : "PV1 in proximity to FT1 segment"
          },
          {
            "identity" : "rim",
            "map" : ".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]"
          }
        ]
      },
      {
        "id" : "Invoice.date",
        "path" : "Invoice.date",
        "short" : "Invoice date / posting date",
        "definition" : "Date/time(s) of when this Invoice was posted.",
        "comment" : "The list of types may be constrained as appropriate for the type of charge item.",
        "max" : "1",
        "type" : [
          {
            "code" : "dateTime"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "w5",
            "map" : "FiveWs.done[x]"
          },
          {
            "identity" : "v2",
            "map" : "Varies by domain"
          },
          {
            "identity" : "rim",
            "map" : ".effectiveTime"
          }
        ]
      },
      {
        "id" : "Invoice.participant",
        "path" : "Invoice.participant",
        "short" : "Participant in creation of this Invoice",
        "definition" : "Indicates who or what performed or participated in the charged service.",
        "alias" : [
          "Behandler"
        ],
        "type" : [
          {
            "code" : "BackboneElement"
          }
        ],
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "EVN.5 or by domain"
          },
          {
            "identity" : "rim",
            "map" : ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]"
          }
        ]
      },
      {
        "id" : "Invoice.participant.role",
        "path" : "Invoice.participant.role",
        "short" : "Type of involvement in creation of this Invoice",
        "definition" : "Describes the type of involvement (e.g. transcriptionist, creator etc.). If the invoice has been created automatically, the Participant may be a billing engine or another kind of device.",
        "max" : "1",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "Varies by domain"
          },
          {
            "identity" : "rim",
            "map" : ".participation.functionCode"
          }
        ]
      },
      {
        "id" : "Invoice.participant.actor",
        "path" : "Invoice.participant.actor",
        "short" : "Individual who was involved",
        "definition" : "The device, practitioner, etc. who performed or participated in the service.",
        "type" : [
          {
            "code" : "Reference"
          }
        ],
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "w5",
            "map" : "FiveWs.actor"
          },
          {
            "identity" : "v2",
            "map" : "EVN.5 or by domain"
          },
          {
            "identity" : "rim",
            "map" : ".player"
          }
        ]
      },
      {
        "id" : "Invoice.issuer",
        "path" : "Invoice.issuer",
        "short" : "Issuing Organization of Invoice",
        "definition" : "The organizationissuing the Invoice.",
        "comment" : "Practitioners and Devices can be associated with multiple organizations. It has to be made clear, on behalf of which Organization the services have been rendered.",
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "N/A"
          },
          {
            "identity" : "rim",
            "map" : ".scoper"
          }
        ]
      },
      {
        "id" : "Invoice.account",
        "path" : "Invoice.account",
        "short" : "Account that is being balanced",
        "definition" : "Account which is supposed to be balanced with this Invoice.",
        "comment" : "Systems posting the ChargeItems might not always be able to determine, which accounts the Items need to be places into. It is up to the potprocessing Financial System to apply internal rules to decide based on the Encounter/EpisodeOfCare/Patient/Coverage context and the type of ChargeItem, which Account is appropriate.",
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Account"
            ]
          }
        ],
        "isSummary" : false
      },
      {
        "id" : "Invoice.lineItem",
        "path" : "Invoice.lineItem",
        "short" : "Line items of this Invoice",
        "definition" : "Each line item represents one charge for goods and services rendered. Details such as date, code and amount are found in the referenced ChargeItem resource.",
        "type" : [
          {
            "code" : "BackboneElement"
          }
        ],
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "EVN.5 or by domain"
          },
          {
            "identity" : "rim",
            "map" : ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]"
          }
        ]
      },
      {
        "id" : "Invoice.lineItem.sequence",
        "path" : "Invoice.lineItem.sequence",
        "short" : "Sequence number of line item",
        "definition" : "Sequence in which the items appear on the invoice.",
        "max" : "1",
        "type" : [
          {
            "code" : "positiveInt"
          }
        ],
        "isSummary" : false
      },
      {
        "id" : "Invoice.lineItem.chargeItem[x]",
        "path" : "Invoice.lineItem.chargeItem[x]",
        "short" : "Reference to ChargeItem containing details of this line item or an inline billing code",
        "definition" : "The ChargeItem contains information such as the billing code, date, amount etc. If no further details are required for the lineItem, inline billing codes can be added using the CodeableConcept data type instead of the Reference.",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://fhir.de/StructureDefinition/chargeItem-de-art-abrechnung"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "EVN.5 or by domain"
          },
          {
            "identity" : "rim",
            "map" : ".player"
          }
        ]
      },
      {
        "id" : "Invoice.lineItem.priceComponent",
        "path" : "Invoice.lineItem.priceComponent",
        "short" : "Components of total line item price",
        "definition" : "The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions. A ChargeItemDefinition resource that defines the prices, factors and conditions that apply to a billing code is currently under development. The priceComponent element can be used to offer transparency to the recipient of the Invoice as to how the prices have been calculated.",
        "type" : [
          {
            "code" : "BackboneElement"
          }
        ],
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "EVN.5 or by domain"
          },
          {
            "identity" : "rim",
            "map" : ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]"
          }
        ]
      },
      {
        "id" : "Invoice.lineItem.priceComponent.type",
        "path" : "Invoice.lineItem.priceComponent.type",
        "short" : "base | surcharge | deduction | discount | tax | informational",
        "definition" : "This code identifies the type of the component.",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "code"
          }
        ],
        "isSummary" : false,
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "InvoicePriceComponentType"
            }
          ],
          "strength" : "required",
          "description" : "Codes indicating the kind of the price component.",
          "valueSet" : "http://hl7.org/fhir/ValueSet/invoice-priceComponentType|4.0.0"
        },
        "mapping" : [
          {
            "identity" : "workflow",
            "map" : "Event.code"
          },
          {
            "identity" : "v2",
            "map" : "FT1.7"
          },
          {
            "identity" : "rim",
            "map" : ".code"
          }
        ]
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code",
        "path" : "Invoice.lineItem.priceComponent.code",
        "short" : "Code identifying the specific component",
        "definition" : "A code that identifies the component. Codes may be used to differentiate between kinds of taxes, surcharges, discounts etc.",
        "max" : "1",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "workflow",
            "map" : "Event.code"
          },
          {
            "identity" : "v2",
            "map" : "FT1.7"
          },
          {
            "identity" : "rim",
            "map" : ".code"
          }
        ]
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding",
        "path" : "Invoice.lineItem.priceComponent.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "description" : "BMAe\r\nE-GO\r\nEBM\r\nGOAe\r\nUV_GOAe\r\nSK\r\nIV",
          "rules" : "closed"
        },
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:bmae",
        "path" : "Invoice.lineItem.priceComponent.code.coding",
        "sliceName" : "bmae",
        "max" : "1"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:bmae.system",
        "path" : "Invoice.lineItem.priceComponent.code.coding.system",
        "min" : 1,
        "fixedUri" : "https://fhir.kbv.de/NamingSystem/KBV_NS_AW_BMAE"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:bmae.version",
        "path" : "Invoice.lineItem.priceComponent.code.coding.version",
        "max" : "0"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:bmae.code",
        "path" : "Invoice.lineItem.priceComponent.code.coding.code",
        "min" : 1
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:bmae.display",
        "path" : "Invoice.lineItem.priceComponent.code.coding.display",
        "min" : 1
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:bmae.userSelected",
        "path" : "Invoice.lineItem.priceComponent.code.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:e-go",
        "path" : "Invoice.lineItem.priceComponent.code.coding",
        "sliceName" : "e-go",
        "max" : "1"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:e-go.system",
        "path" : "Invoice.lineItem.priceComponent.code.coding.system",
        "min" : 1,
        "fixedUri" : "https://fhir.kbv.de/NamingSystem/KBV_NS_AW_E-GO"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:e-go.version",
        "path" : "Invoice.lineItem.priceComponent.code.coding.version",
        "max" : "0"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:e-go.code",
        "path" : "Invoice.lineItem.priceComponent.code.coding.code",
        "min" : 1
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:e-go.display",
        "path" : "Invoice.lineItem.priceComponent.code.coding.display",
        "min" : 1
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:e-go.userSelected",
        "path" : "Invoice.lineItem.priceComponent.code.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:ebm",
        "path" : "Invoice.lineItem.priceComponent.code.coding",
        "sliceName" : "ebm",
        "max" : "1"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:ebm.system",
        "path" : "Invoice.lineItem.priceComponent.code.coding.system",
        "min" : 1,
        "fixedUri" : "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_EBM"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:ebm.version",
        "path" : "Invoice.lineItem.priceComponent.code.coding.version",
        "max" : "0"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:ebm.code",
        "path" : "Invoice.lineItem.priceComponent.code.coding.code",
        "short" : "Leistungsziffer",
        "min" : 1
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:ebm.display",
        "path" : "Invoice.lineItem.priceComponent.code.coding.display",
        "min" : 1
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:ebm.userSelected",
        "path" : "Invoice.lineItem.priceComponent.code.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:goae",
        "path" : "Invoice.lineItem.priceComponent.code.coding",
        "sliceName" : "goae",
        "max" : "1"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:goae.system",
        "path" : "Invoice.lineItem.priceComponent.code.coding.system",
        "min" : 1,
        "fixedUri" : "https://fhir.kbv.de/NamingSystem/KBV_NS_AW_GOAE"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:goae.version",
        "path" : "Invoice.lineItem.priceComponent.code.coding.version",
        "max" : "0"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:goae.code",
        "path" : "Invoice.lineItem.priceComponent.code.coding.code",
        "short" : "Leistungsziffer",
        "min" : 1
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:goae.display",
        "path" : "Invoice.lineItem.priceComponent.code.coding.display",
        "min" : 1
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:goae.userSelected",
        "path" : "Invoice.lineItem.priceComponent.code.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:uv-goae",
        "path" : "Invoice.lineItem.priceComponent.code.coding",
        "sliceName" : "uv-goae",
        "max" : "1"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:uv-goae.system",
        "path" : "Invoice.lineItem.priceComponent.code.coding.system",
        "min" : 1,
        "fixedUri" : "https://fhir.kbv.de/NamingSystem/KBV_NS_AW_UV_GOAE"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:uv-goae.version",
        "path" : "Invoice.lineItem.priceComponent.code.coding.version",
        "max" : "0"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:uv-goae.code",
        "path" : "Invoice.lineItem.priceComponent.code.coding.code",
        "short" : "Leistungsziffer",
        "min" : 1
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:uv-goae.display",
        "path" : "Invoice.lineItem.priceComponent.code.coding.display",
        "min" : 1
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:uv-goae.userSelected",
        "path" : "Invoice.lineItem.priceComponent.code.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:SK",
        "path" : "Invoice.lineItem.priceComponent.code.coding",
        "sliceName" : "SK",
        "max" : "1"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:SK.system",
        "path" : "Invoice.lineItem.priceComponent.code.coding.system",
        "min" : 1,
        "fixedUri" : "http://fhir.de/StructureDefinition/ART-Sachkostenverzeichnis"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:SK.code",
        "path" : "Invoice.lineItem.priceComponent.code.coding.code",
        "min" : 1
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:SK.display",
        "path" : "Invoice.lineItem.priceComponent.code.coding.display",
        "min" : 1
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:IV",
        "path" : "Invoice.lineItem.priceComponent.code.coding",
        "sliceName" : "IV",
        "max" : "1"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:IV.system",
        "path" : "Invoice.lineItem.priceComponent.code.coding.system",
        "min" : 1,
        "fixedUri" : "http://fhir.de/StructureDefinition/ART-Vertragsverzeichnis"
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:IV.code",
        "path" : "Invoice.lineItem.priceComponent.code.coding.code",
        "min" : 1
      },
      {
        "id" : "Invoice.lineItem.priceComponent.code.coding:IV.display",
        "path" : "Invoice.lineItem.priceComponent.code.coding.display",
        "min" : 1
      },
      {
        "id" : "Invoice.lineItem.priceComponent.factor",
        "path" : "Invoice.lineItem.priceComponent.factor",
        "short" : "Factor used for calculating this component",
        "definition" : "The factor that has been applied on the base price for calculating this component.",
        "comment" : "There is no reason to carry the price in the instance of a ChargeItem unless circumstances require a manual override. The list prices or are usually defined in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overridden.",
        "max" : "1",
        "type" : [
          {
            "code" : "decimal"
          }
        ],
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "FT1.22"
          }
        ]
      },
      {
        "id" : "Invoice.lineItem.priceComponent.amount",
        "path" : "Invoice.lineItem.priceComponent.amount",
        "short" : "Monetary amount associated with this component",
        "definition" : "The amount calculated for this component.",
        "comment" : "There is no reason to carry the price in the instance of a ChargeItem unless circumstances require a manual override. The list prices or are usually defined in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overridden.",
        "max" : "1",
        "type" : [
          {
            "code" : "Money"
          }
        ],
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "FT1.22"
          }
        ]
      },
      {
        "id" : "Invoice.lineItem.priceComponent.amount.currency",
        "path" : "Invoice.lineItem.priceComponent.amount.currency",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hl7.org/fhir/ValueSet/currencies"
        }
      },
      {
        "id" : "Invoice.totalNet",
        "path" : "Invoice.totalNet",
        "short" : "Net total of this Invoice",
        "definition" : "Invoice total , taxes excluded.",
        "comment" : "There is no reason to carry the price in the instance of a ChargeItem unless circumstances require a manual override. The list prices or are usually defined in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overridden.",
        "max" : "1",
        "type" : [
          {
            "code" : "Money"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "FT1.22"
          }
        ]
      },
      {
        "id" : "Invoice.totalNet.currency",
        "path" : "Invoice.totalNet.currency",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hl7.org/fhir/ValueSet/currencies"
        }
      },
      {
        "id" : "Invoice.totalGross",
        "path" : "Invoice.totalGross",
        "short" : "Gross total of this Invoice",
        "definition" : "Invoice total, tax included.",
        "comment" : "There is no reason to carry the price in the instance of a ChargeItem unless circumstances require a manual override. The list prices or are usually defined in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overridden.",
        "max" : "1",
        "type" : [
          {
            "code" : "Money"
          }
        ],
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "FT1.22"
          }
        ]
      },
      {
        "id" : "Invoice.totalGross.currency",
        "path" : "Invoice.totalGross.currency",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hl7.org/fhir/ValueSet/currencies"
        }
      },
      {
        "id" : "Invoice.paymentTerms",
        "path" : "Invoice.paymentTerms",
        "short" : "Payment details",
        "definition" : "Payment details such as banking details, period of payment, deductibles, methods of payment.",
        "comment" : "Derived Profiles may chose to add invariants requiring this field to be populated if either priceOverride or factorOverride have been filled.",
        "max" : "1",
        "type" : [
          {
            "code" : "markdown"
          }
        ],
        "isSummary" : false
      },
      {
        "id" : "Invoice.note",
        "path" : "Invoice.note",
        "short" : "Comments made about the invoice",
        "definition" : "Comments made about the invoice by the issuer, subject, or other participants.",
        "type" : [
          {
            "code" : "Annotation"
          }
        ],
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "workflow",
            "map" : "Event.note"
          },
          {
            "identity" : "v2",
            "map" : "NTE"
          },
          {
            "identity" : "rim",
            "map" : ".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]"
          }
        ]
      }
    ]
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.